jade.domain.introspection
Class EventRecord
java.lang.Object
|
+--jade.domain.introspection.EventRecord
- public class EventRecord
- extends java.lang.Object
This class represents the event-record concept in the
jade-introspection ontology.
- Author:
- Giovanni Rimassa - Universita` di Parma
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
EventRecord
public EventRecord()
EventRecord
public EventRecord(Event evt,
Location l)
setWhat
public void setWhat(Event evt)
getWhat
public Event getWhat()
setWhen
public void setWhen(java.util.Date d)
getWhen
public java.util.Date getWhen()
setWhere
public void setWhere(Location l)
getWhere
public Location getWhere()